home *** CD-ROM | disk | FTP | other *** search
/ Hidden Truth / Hidden Truth.iso / amiga / aweb_cybergfx < prev    next >
Text File  |  1997-03-06  |  810b  |  21 lines

  1. c:requestchoice >env:rccgfx "Welcome To The Hidden Truth" "Screenmode: *nCyberGFX *n Workbench Screen *n *nSelecting 'On Workbench' will open AWeb *non your workbench screen, due to the number of *ngraphics cards and screenmodes available, it would *nbe best if you installed AWeb and configured *nit to suit your requirements" " On Workbench | Cancel "
  2.  
  3. if $rccgfx eq 1
  4.  
  5.   failat 100
  6.   stack >NIL: 20000
  7.   assign >NIL: devs: Truth:amiga/devs
  8.   assign >NIL: LIBS: Truth:AMIGA/Classes ADD
  9.   assign >NIL: sys: Truth:AMIGA ADD
  10.   assign >NIL: libs: Truth:amiga/libs add
  11.   assign >NIL: fonts: Truth:amiga/fonts add
  12.   assign >NIL: env: Truth:amiga/env-cybergfx add
  13.   Assign >NIL: JPEGTMP: "ram:"
  14.   C:AddDataTypes >NIL: REFRESH QUIET
  15.   assign >NIL: devs: sys:devs
  16.   aweb >NIL: config aweb_cybergfx
  17.  
  18. else
  19. endcli
  20. endif
  21.